﻿brothel_tech1 = {
	era = era_1
	texture = "gfx/interface/icons/invention_icons/brothel_tech1.png"
	category = society
	
	modifier = {
		country_prestige_mult = 0.01
	}
	
	unlocking_technologies = {
		romanticism
	}
}
brothel_tech2 = {
	era = era_2
	texture = "gfx/interface/icons/invention_icons/brothel_tech2.png"
	category = society
	
	modifier = {
		country_prestige_mult = 0.02
	}
	
	unlocking_technologies = {
		brothel_tech1
	}
}
brothel_tech3 = {
	era = era_2
	texture = "gfx/interface/icons/invention_icons/brothel_tech3.png"
	category = society
	
	modifier = {
		country_prestige_mult = 0.03
	}
	
	unlocking_technologies = {
		brothel_tech2
	}
}